xen/video: hdlcd: Use early_printk instead of printk
authorJulien Grall <julien.grall@linaro.org>
Fri, 13 Sep 2013 12:49:17 +0000 (13:49 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 17 Sep 2013 14:28:13 +0000 (15:28 +0100)
commit34743911e7a49f424fc2e92b5148e411aae8e71c
treedcd19331e33bafb16f54cf07916319255c871bc9
parent2004c038ea3617a9cc0132f6636d953616ac77f8
xen/video: hdlcd: Use early_printk instead of printk

The video driver is initialized before the console is correctly set up.
Therefore, printk will never output if there is no serial configured.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/drivers/video/arm_hdlcd.c